gusucode.com > 耐品图片管理系统 标准版A > 耐品图片管理系统 标准版A/Search1.asp

    <!--#include file="Head.asp"-->
<!--#include file="Function.asp"-->
<%
'===============================================================
' 著作权号:中国国家版权局著作权登记号2004SR07385
' 版权所有:深圳市耐品科技开发有限公司 www.naipin.com
' 联系电话:0755-26611119 81234844 81234845
' 联系手机:13316911914
' 联系邮箱:naipin@naipin.com
'===============================================================

With Netout
	.Load("Comm")
	MyHtml = Replace(Replace(Split(Template.Html(0),"||")(0),"{?left_beg}",""),"{?left_end}","")
	MyHtml = Replace(MyHtml,"{?LeftInfo}",Replace(Template.Html(1),"{?QuickLaunch}",QuickLaunch()))
	MyHtml = Replace(MyHtml,"{?RightInfo}",Replace(Template.Html(3),"{?ShowResult}",Template.Html(4)))
	MyHtml = Replace(.TempHtml,"{?CurrentScript}",MyHtml)
	Response.Write(MyHtml)
End With
set Template = Nothing
set Netout = Nothing
%>